home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
mac
/
SAF-TV3
/
SAFTV
/
rr.swf
/
scripts
/
DefineButton2_292
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-06-17
|
1KB
|
71 lines
on(release){
tellTarget("/blood-record")
{
nextFrame();
}
set("/:bullets",eval("/:bullets") - "1");
if(_droptarget eq "/bad1")
{
set("/:score",eval("/:score") + "26");
tellTarget("/bad1")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad2")
{
set("/:score",eval("/:score") + "13");
tellTarget("/bad2")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad3")
{
set("/:score",eval("/:score") + "42");
tellTarget("/bad3")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad4")
{
set("/:score",eval("/:score") + "13");
tellTarget("/bad4")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad5")
{
set("/:score",eval("/:score") + "13");
tellTarget("/bad5")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad6")
{
set("/:score",eval("/:score") + "13");
tellTarget("/bad6")
{
gotoAndStop("hit");
play();
}
}
if(_droptarget eq "/bad7")
{
set("/:score",eval("/:score") + "0");
tellTarget("/bad7")
{
gotoAndStop("hit");
play();
}
}
}